home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / comm2 / termsorc.lha / Extras / Source / term-source.lha / termStrings.c < prev    next >
C/C++ Source or Header  |  1995-09-26  |  331b  |  16 lines

  1. /*
  2. **    termStrings.c
  3. **
  4. **    Declaration of builtin language strings
  5. **
  6. **    Copyright © 1990-1995 by Olaf `Olsen' Barthel
  7. **        All Rights Reserved
  8. */
  9.  
  10. #define CATCOMP_ARRAY
  11.  
  12. #include "termStrings.h"
  13.  
  14. struct CatCompArrayType    *AppStrings    = &CatCompArray[0];
  15. LONG             NumAppStrings    = sizeof(CatCompArray) / sizeof(struct CatCompArrayType);
  16.